Guild Wars Forums - GW Guru
 
 

Go Back   Guild Wars Forums - GW Guru > The Outer Circle > Off-Topic & the Absurd

Notices

Reply
 
Thread Tools Display Modes
Old Nov 10, 2005, 12:20 AM // 00:20   #1
Banned
 
Join Date: Jun 2005
Advertisement

Disable Ads
Default What was Used?

I'm getting interested in game programming and editing, and now im just wondering.. What progam did areanet or ncsoft use to make guildwars.I would like to try it out.

Thanks in advance
xxreaper008 is offline   Reply With Quote
Old Nov 10, 2005, 12:21 AM // 00:21   #2
Aquarius
 
Lasareth's Avatar
 
Join Date: Jun 2005
Location: Somewhere between Boardwalk and Park Place
Default

I believe they use C++ for scripting and stuff... If I recall, it was one of the requirements for applying for a job as a programmer there
Lasareth is offline   Reply With Quote
Old Nov 10, 2005, 12:24 AM // 00:24   #3
Banned
 
Join Date: Jun 2005
Default

Quote:
Originally Posted by Lasareth
I believe they use C++ for scripting and stuff... If I recall, it was one of the requirements for applying for a job as a programmer there
c++? Is that Microsoft Visual Studio c++?

what did they use to make the gameplay?
xxreaper008 is offline   Reply With Quote
Old Nov 10, 2005, 01:33 AM // 01:33   #4
Krytan Explorer
 
benmanhaha's Avatar
 
Join Date: Aug 2005
Location: nowhere!!!
Profession: N/Mo
Default

haha. we use microsoft visual c++ in school. im gonna write a guild wars program and amaze my teacher. hahahahahahahaha

edit: i think the guy below me didnt realize that i was joking. just wanted to get that out there.

Last edited by benmanhaha; Nov 10, 2005 at 06:28 PM // 18:28..
benmanhaha is offline   Reply With Quote
Old Nov 10, 2005, 01:35 AM // 01:35   #5
Ascalonian Squire
 
Join Date: Oct 2005
Profession: Mo/W
Default

Aww man, dude...if you don't know what C++ is, you have a long way to start programming...

C++ is an object oriented programming language derived from C. Microsoft Visual Studio is a compiler/IDE that can be used to write and compile C++ programs (as well as C#, Visual Basic, etc).

You should really do some research into basic programming before you dive into game development. Games take YEARS to develop by teams of dozens of programmers. Start simple, then work into basic game programming, then maybe some 3D programming. Get yourself a few books, find a free compiler and start practicing. If you are really serious about it, take some classes at a nearby university or tech school.
Omg Kthxbye is offline   Reply With Quote
Old Nov 10, 2005, 02:00 AM // 02:00   #6
Elite Guru
 
yesitsrob's Avatar
 
Join Date: Sep 2005
Location: Manchester, England
Guild: SMS/Victrix
Default

If you intend to learn C i recommend buying the O'Reilly Practical C Programming by Steve Oualline - book I've been using to learn C and it's excellent, I personaly would suggest getting to grips with C before doing C++ - there is a C++ version of this book.

If you want to jump straight into Object Orientated Programming you may wish to look at Java too, I reckon it's slightly simpler to get to grips with than C but it's nothing you could make anything even close to Guild Wars in, just a decent means of learning

as for what compiler to use - I'm more of a linux person when it comes to programming.

I use "gcc" compiler for C.. I _think_ that is just the GNOME C compiler, but it's decent, for Windows you could take a look at Turbo C++, Microsoft Visual C++, and Borland C++. I personally tend to avoid GUIs, sort of feels like they are hiding some cruicial things you could do with knowing and learning
yesitsrob is offline   Reply With Quote
Old Nov 10, 2005, 02:29 AM // 02:29   #7
Wilds Pathfinder
 
d4nowar's Avatar
 
Join Date: Apr 2005
Profession: Mo/
Default

The AP Computer Science test around here is in Java.

I was like you once. Not knowing a thing about programming and then playing a cool game "warcraft" and wondering how they made it. Ahh...

If you want really basic programming look into basic. There are tons of variations for it like TI Basic, used on TI Calculators. You can make some pretty sweet games on those.
d4nowar is offline   Reply With Quote
Old Nov 10, 2005, 06:38 AM // 06:38   #8
Wilds Pathfinder
 
Lampshade's Avatar
 
Join Date: Jun 2005
Location: USA
Guild: Xen of Onslaught
Default

I programmed a game where you throw baseballs into a target.

I felt so proud.
Lampshade is offline   Reply With Quote
Old Nov 10, 2005, 06:41 AM // 06:41   #9
Jungle Guide
 
D.E.V.i.A.N.C.E's Avatar
 
Join Date: Aug 2005
Profession: Mo/
Default

I made a program where you clicked the button and it insulted you.

I made myself cry :.(

Microsoft Visual Studio; VB 6.0

still want to know how to make a transparent backround and a algorythm generator (eg keyegn)

well not a transparent back round; more like use a picture as a window (IM SO NOOB)

and the picture isnt square... or is it? hmmm i think i just solved the problem


FYI we cant reverse engineer guild wars in any way; against the EULA.

Last edited by D.E.V.i.A.N.C.E; Nov 10, 2005 at 06:46 AM // 06:46..
D.E.V.i.A.N.C.E is offline   Reply With Quote
Old Nov 10, 2005, 06:44 AM // 06:44   #10
Lion's Arch Merchant
 
nightrunner's Avatar
 
Join Date: Oct 2005
Location: San Francisco
Profession: W/Mo
Default

Quote:
Originally Posted by D.E.V.i.A.N.C.E
I made myself cry :.(
Never heard that one before. O_o
nightrunner is offline   Reply With Quote
Old Nov 10, 2005, 06:47 AM // 06:47   #11
Jungle Guide
 
D.E.V.i.A.N.C.E's Avatar
 
Join Date: Aug 2005
Profession: Mo/
Default

Quote:
Originally Posted by nightrunner
Never heard that one before. O_o
it was a cry of joy; he owned me.
was a great day of slacking in class for the both of us.
D.E.V.i.A.N.C.E is offline   Reply With Quote
Old Nov 10, 2005, 07:07 AM // 07:07   #12
Ascalonian Squire
 
Join Date: Oct 2005
Guild: GAME
Profession: R/Me
Default

reverse engineering gw would be awsom, i can see it now, independent GW servers...ahh the fun, but yea probably cant do it "legally".

Also i've made 23806519487 "Hello Worlds" in just about every language. hope whatever book you get uses that example.
Padi is offline   Reply With Quote
Old Nov 10, 2005, 07:34 AM // 07:34   #13
Forge Runner
 
Sekkira's Avatar
 
Join Date: Apr 2005
Location: Canberra, AU
Default

Quote:
Originally Posted by D.E.V.i.A.N.C.E
FYI we cant reverse engineer guild wars in any way; against the EULA.
Doesn't mean it's impossible >.>
Sekkira is offline   Reply With Quote
Old Nov 10, 2005, 10:43 AM // 10:43   #14
Jungle Guide
 
D.E.V.i.A.N.C.E's Avatar
 
Join Date: Aug 2005
Profession: Mo/
Default

Quote:
Originally Posted by Sekkira
Doesn't mean it's impossible >.>

who said it was? im just stating that its against the EULA.
D.E.V.i.A.N.C.E is offline   Reply With Quote
Old Nov 10, 2005, 06:28 PM // 18:28   #15
Krytan Explorer
 
benmanhaha's Avatar
 
Join Date: Aug 2005
Location: nowhere!!!
Profession: N/Mo
Default

Quote:
Originally Posted by Padi
reverse engineering gw would be awsom, i can see it now, independent GW servers...ahh the fun, but yea probably cant do it "legally".

Also i've made 23806519487 "Hello Worlds" in just about every language. hope whatever book you get uses that example.

omg yes. we have made a billion "hello world" programs. at our school the program we used to write and compile didnt work, so we didt start compiling until 3 months into the year. all we did was make basic programs like that. alas Im still a noob, our school only offers one computer science class ever.
benmanhaha is offline   Reply With Quote
Reply

Share This Forum!  
 
 
           

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 06:16 AM // 06:16.


Powered by: vBulletin
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
jQuery(document).ready(checkAds()); function checkAds(){if (document.getElementById('adsense')!=undefined){document.write("_gaq.push(['_trackEvent', 'Adblock', 'Unblocked', 'false',,true]);");}else{document.write("